Click or drag to resize

PropertyOrder Class

Represents a single field by which to sort results and indicates the direction for the sort.
Inheritance Hierarchy
SystemObject
  Independentsoft.ExchangePropertyOrder

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class PropertyOrder

The PropertyOrder type exposes the following members.

Constructors
  NameDescription
Public methodPropertyOrder
Initializes a new instance of the PropertyOrder class.
Public methodPropertyOrder(PropertyPath)
Initializes a new instance of the PropertyOrder class.
Public methodPropertyOrder(PropertyPath, SortDirection)
Initializes a new instance of the PropertyOrder class.
Top
Properties
  NameDescription
Public propertyOrder
Contains the sort order direction.
Public propertyPropertyPath
Contains property path.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Converts the value of the current PropertyOrder object to its equivalent string representation.
(Overrides ObjectToString.)
Top
See Also